home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cpp_libs / sos3-2.lha / src / agg / agg_err.h < prev    next >
C/C++ Source or Header  |  1992-01-23  |  797b  |  23 lines

  1. /* --------------------------------------------------------------------------
  2.  * Copyright 1992 by Forschungszentrum Informatik (FZI)
  3.  *
  4.  * You can use and distribute this software under the terms of the licence
  5.  * you should have received along with this program.
  6.  * If not or if you want additional information, write to
  7.  * Forschungszentrum Informatik, "STONE", Haid-und-Neu-Strasse 10-14,
  8.  * D-7500 Karlsruhe 1, Germany.
  9.  * --------------------------------------------------------------------------
  10.  */
  11. #ifndef ERRAGGH
  12. #define ERRAGGH 1
  13.  
  14. #include "err.h"
  15.  
  16. extern const err_msg err_AGG_ARRAY_POS_INVALID;
  17. extern const err_msg err_AGG_CURSOR_POS_INVALID;
  18. extern const err_msg err_AGG_KEY_INVALID;
  19. extern const err_msg err_AGG_LIST_POS_INVALID;
  20. extern const err_msg err_AGG_WRONG_CURSOR;
  21.  
  22. #endif
  23.